Stop ignoring test failures on s390x
authorJeremy Bicha <jbicha@ubuntu.com>
Sun, 6 May 2018 14:23:17 +0000 (10:23 -0400)
committerJeremy Bicha <jbicha@ubuntu.com>
Sun, 6 May 2018 14:38:47 +0000 (10:38 -0400)
debian/changelog
debian/rules

index 3b39f4d5b0fc3da036db38dc5dee0a211a25835d..46b57361c90a7db27f4b2aaee33d04a8653f9b01 100644 (file)
@@ -4,6 +4,7 @@ babl (0.1.46-3) UNRELEASED; urgency=medium
     (Closes: #898053)
   * Add disable-float-to-8bit-test.patch:
     - Disable unreliable build test
+  * Stop ignoring test failures on s390x
 
  -- Jeremy Bicha <jbicha@debian.org>  Sun, 06 May 2018 10:16:08 -0400
 
index 214f66acf6ab2f1cc407f65052f831450d97e3e8..84fe598b8f36cf7026b5a6d0973ad99bd27e8964 100755 (executable)
@@ -22,15 +22,6 @@ override_dh_auto_configure:
                --disable-sse4_1 \
                --disable-f16c
 
-# See https://bugs.debian.org/890887
-# Ignore test failures on s390x
-override_dh_auto_test:
-ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x"))
-       -dh_auto_test
-else
-       dh_auto_test
-endif
-
 override_dh_install:
        find debian/tmp -name '*.la' -print -delete
        dh_install --fail-missing